GetMetadataRequest

data class GetMetadataRequest(securityOrigin: String, databaseName: String, objectStoreName: String)

Represents request frame that can be used with IndexedDB#getMetadata operation call.

Gets metadata of an object store

See also

Constructors

GetMetadataRequest
Link copied to clipboard
fun GetMetadataRequest(securityOrigin: String, databaseName: String, objectStoreName: String)

Properties

databaseName
Link copied to clipboard
val databaseName: String
Database name.
objectStoreName
Link copied to clipboard
val objectStoreName: String
Object store name.
securityOrigin
Link copied to clipboard
val securityOrigin: String
Security origin.

Sources

jvm source
Link copied to clipboard